projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f82341d
)
App Chooser: Fix app icons in HighContrast
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 11 Mar 2015 19:31:35 +0000
(15:31 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 11 Mar 2015 19:32:47 +0000
(15:32 -0400)
We need to follow-state here as well, to make sure the
icons are visible on selected rows.
gtk/ui/gtkappchooserwidget.ui
patch
|
blob
|
history
diff --git
a/gtk/ui/gtkappchooserwidget.ui
b/gtk/ui/gtkappchooserwidget.ui
index 4b236283f611a6303b082743e285857cfca7d9ec..c4cdb069b252b1f8551dd3976e9ca1dfa7cc62c1 100644
(file)
--- a/
gtk/ui/gtkappchooserwidget.ui
+++ b/
gtk/ui/gtkappchooserwidget.ui
@@
-76,7
+76,9
@@
<object class="GtkCellRendererText" id="secondary_padding"/>
</child>
<child>
- <object class="GtkCellRendererPixbuf" id="app_icon"/>
+ <object class="GtkCellRendererPixbuf" id="app_icon">
+ <property name="follow-state">True</property>
+ </object>
<attributes>
<attribute name="gicon">1</attribute>
</attributes>